home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / te2_120.zip / TE2.INI < prev    next >
Text File  |  1992-06-15  |  6KB  |  167 lines

  1. ; --------------------------------------------------------------------------
  2. ;
  3. ;  Default TE2.INI file.  Copyright (c) 1992, Oberon Software, Mankato, MN
  4. ;
  5. ;  This edition of the default TE2.INI file is NOT as heavily commented
  6. ;  as previous editions.  The more comments you have in this file, the
  7. ;  longer it takes to load it.  For further information on any command
  8. ;  in this file, please refer to the TE/2 documentation file TE2.DOC.
  9.  
  10. ; --------------------------------------------------------------------------
  11. ; Device and Modem Settings:
  12. ; ==========================
  13.  
  14. Device         COM1           ; Set to any valid asynch device name
  15.  
  16. ModemDelayChar 0x7e,500       ; NOTE: If you change the Modem Delay Character
  17.                               ;  you may need to revise some of the strings
  18.                               ;  in the included modem file!
  19.  
  20. include        Modem.Inc      ; See Modems.doc in the included Modems.Zip
  21.                               ;  This included file contains the following
  22.                               ;  settings:  Baud, Parity, WordLen, StopBits,
  23.                               ;  XonXoff, CtsRts, MatchBaud, ModemInitStrg,
  24.                               ;  ModemDialStrg, ModemDialSufx, ModemHangStrg,
  25.                               ;  DTRHangUp, the Connect strings and the
  26.                               ;  NoConnect strings.
  27.  
  28. ModemAnsStrg   ATS0=1^M
  29. ModemOKStrg    OK
  30. ;ExtendedFIFO  FALSE          ; Use ONLY if necessary, see TE2.DOC
  31.  
  32. ; --------------------------------------------------------------------------
  33. ; Terminal Settings:
  34. ; ==================
  35.  
  36. AlarmPopUp     TRUE           ; TE/2 will alert you in other sessions
  37. AlarmTime      2              ; in seconds
  38. AlarmType      CHIME          ; or BUZZER, or NONE
  39. ChatBuffered   TRUE 
  40. ColorLock      FALSE
  41. ClsReset       TRUE           ; Alt-C resets default terminal attribute
  42. LFafterCR      FALSE
  43. LocalEcho      FALSE
  44. LogoDelay      8              ; in seconds
  45. MenuActive     TRUE 
  46. QueryHangUp    IFCARRIER      ; TE/2 will ask for verification if online
  47. ;ScreenLines   25             ; Use this if you want something other than
  48.                               ;  the default number of screen lines
  49. ScrollBack     512            ; Number of saved lines
  50. SwapBS4Del     FALSE          ; Set true if you need backspace to transmit
  51.                               ;  a DEL (ASCII 127) character instead of
  52.                               ;  backspace (ASCII 8)
  53.  
  54. ; --------------------------------------------------------------------------
  55. ; Emulation Settings
  56. ; ==================
  57.  
  58. Emulate        ANSI_TE2       ; or TTY, ANSI, VT100, or 3101
  59.  
  60. ;  VT100 Specific:
  61. ;  ---------------
  62. ;EnqReply       NULL          ; VT100 returns this string when it gets an ENQ
  63. ;VT100Backspace FALSE         ; Set true if you need a destructive backspace
  64. ;VT100Prn       NULL          ; Name of printer device for VT100 printing
  65.  
  66. ;  IBM 3101 Specific:
  67. ;  ------------------
  68. ;AutoNL3101     FALSE         ; See TE2.DOC for information on the IBM
  69. ;AutoLF3101     FALSE         ;  3101 emulation settings
  70. ;Scroll3101     TRUE
  71. ;EndChar3101    CR
  72.  
  73. ; --------------------------------------------------------------------------
  74. ; Dialer and Dialing Directory
  75. ; ============================
  76.  
  77. AutoDirSave    TRUE           ; Dialing directory will be automatically
  78.                               ; saved to disk after changes have been entered
  79. DialerSendInit FALSE          ; Set true if you want the dialer to send the
  80.                               ; modem init string before a dialing session
  81. DialerTimeOut  45
  82. RedialDelay    2
  83.  
  84. ; --------------------------------------------------------------------------
  85. ; Transfer Protocols
  86. ; ==================
  87.  
  88. AsciiUL         0x3a,CR,TRUE,0,0,FALSE,TRUE,0,6000
  89. AutoZM          TRUE
  90. ;DownloadPath   NULL
  91. ;UploadPath     NULL
  92. ;DLPrtyClass    FIXEDHIGH,0
  93. ;ULPrtyClass    FIXEDHIGH,0
  94. ClobberDL       SALVAGE
  95. ;QueryZMRecover FALSE         ; Not used in the shareware version
  96.  
  97.  
  98. ; --------------------------------------------------------------------------
  99. ; Misc File and Path Specs
  100. ; ========================
  101.  
  102. ;CallLog        NULL          ; See TE2.DOC about CallLog
  103. ;DirFile        Te2.Dir
  104. ;FnkFile        Te2.Fnk
  105. ;XexFile        Te2.Xex
  106. ;SnapShot       Te2Snap.Sht
  107. ;LogPath        NULL
  108. ;ShellCmd       cmd.exe NULL
  109. ;ScriptPath     NULL          ; Not used in the shareware version
  110.  
  111. ; --------------------------------------------------------------------------
  112. ; Color Attributes       NOTE: This section can and will be overwritten
  113. ; ================             by TE2COLOR.EXE
  114.  
  115. ;  TE/2 "Classic" color setup:
  116. ;  ---------------------------
  117. TermAttr        0x07
  118. MenuNormAttr    0x03
  119. MenuHiAttr      0x0e
  120. LogoAttr        0x1f
  121. DLogNormAttr    0x20
  122. DLogHiAttr      0x2f
  123. DLogDaAttr      0x28
  124. DLogEdAttr      0x02
  125. DLogEdHiAttr    0x70
  126. shadowAttr      0x08
  127. dialNormAttr    0x03
  128. dialHiAttr      0x0e
  129. ErrorAttr       0x4f
  130. ScrlBackAttr    0x03
  131. ScrlBackMkAttr  0x13
  132. ScrlBackTiAttr  0x30
  133. ScrlBackFdAttr  0x4f
  134. ChatAttr        0x0b
  135. ChatRemoteAttr  0x03
  136. ChatTitleAttr   0x30
  137. cmdPromptAttr   0x0e
  138. cmdInputAttr    0x1f
  139. cmdInputHiAttr  0x4f
  140.  
  141. ;  Another color setup you might like:
  142. ;  -----------------------------------
  143. ;TermAttr        0x07
  144. ;MenuNormAttr    0x13
  145. ;MenuHiAttr      0x1e
  146. ;LogoAttr        0x70
  147. ;DLogNormAttr    0x31
  148. ;DLogHiAttr      0x3f
  149. ;DLogDaAttr      0x37
  150. ;DLogEdAttr      0x03
  151. ;DLogEdHiAttr    0x1f
  152. ;ShadowAttr      0x08
  153. ;DialNormAttr    0x1b
  154. ;DialHiAttr      0x1e
  155. ;ErrorAttr       0xcf
  156. ;ScrlBackAttr    0x80
  157. ;ScrlBackMkAttr  0x03
  158. ;ScrlBackTiAttr  0x13
  159. ;ScrlBackFdAttr  0x4e
  160. ;ChatAttr        0x0b
  161. ;ChatRemoteAttr  0x03
  162. ;ChatTitleAttr   0x13
  163. ;CmdPromptAttr   0x30
  164. ;CmdInputAttr    0x0f
  165. ;cmdInputHiAttr  0x4f
  166.  
  167.